home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / clgraph1.zip / CL_GRAPH.TXT < prev    next >
Text File  |  1993-09-02  |  1KB  |  20 lines

  1.  
  2. CL_GRAPH.LIB is a library of C++ classes for graphics under MS Windows(TM).
  3. The library is written for the Borland C++ compiler.  The file CL_GRAPH.H
  4. is an include file that should be included in any C++ program that uses
  5. the library.  You should review this file to understand the classes and
  6. object instantiation.  No detailed documentation is supplied with this
  7. library, however, an overview is available in file CLUMSY.DOC along with
  8. information on how to order the complete library.  CL_GRAPH.LIB is a small
  9. subset of other libraries discussed in file CLUMSY.DOC.  Many classes have
  10. been removed from it, and the capabilites of the remaining classes has been
  11. reduced.  The file TEST.CPP is a very simple test program for the library.
  12. Review it to get an idea of how things work.  To compile this program,
  13. make sure that the library CL_GRAPH.LIB is included.  For example, you can
  14. create a project TEST.PRJ and add to it the files TEST.CPP, CL_GRAPH.LIB,
  15. and TEST.DEF and then compile.  The executable TEST.EXE is also available.
  16.  
  17. You may freely use, copy, and distribute this library as long as no part
  18. of it (including the text files) is changed or deleted.
  19.  
  20.